home *** CD-ROM | disk | FTP | other *** search
- Path: hermes.oc.com!usenet
- From: Larry Weiss <lfw@oc.com>
- Newsgroups: comp.lang.c
- Subject: Re: [HELP] TOOL FOR REMOVING TOO MANY #ifdef's
- Date: Thu, 15 Feb 1996 17:29:51 -0600
- Organization: OpenConnect Systems, Dallas, TX, USA
- Message-ID: <3123C1EF.541D@oc.com>
- References: <4g09u4$llr@cobweb.aracnet.com>
- NNTP-Posting-Host: ocs2228.oc.com
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 2.0 (Win16; I)
- CC: lfw@oc.com
-
- ACS wrote:
- >
- > Could anyone point me to a tool that does
- > "SELECTIVELY PREPROCESS THE SOURCE WITHOUT SUBSTITUTING MACROS"
-
- I think that this is doable in general with respect to the language (someone
- please inform me if I'm wrong in saying that macro expansion cannot affect the
- effects of the conditional compilation directives like #if).
-
- I do not know of a tool that can actually do this. Sounds like it would be
- useful.
-